Shortcut subroutine to reformat dictionary or JSON for readability โ€” 2 in URL means 2 spaces for indentation. Change to 4 for 4 spaces or '\t' for tab. โ€ข Input: Dictionary โ€ข Output: Formatted text of input
let jsonObject = [Shortcut Input as Dictionary] let prettyJsonString = JSON.stringify(jsonObject, null, 4) document.write(encodeURIComponent(prettyJsonString))

Input
:
[1 JavaScript Code]
Workflow
:
{ "workflowIdentifier": "E2CEB2A0-A1D2-4040-B3D2-804B9C84CAE8", "workflowName": "Run JavaScript Code", "isSelf": false }